home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CEDITOR_
/
CEDITORA.H
< prev
next >
Wrap
Text File
|
1990-06-04
|
535b
|
23 lines
/******************************************************************************
CEditorApp.h
Interface for the EditorApp Class
Written by Johan A. Goossens, 1990
******************************************************************************/
#define _H_CEditorApp
#include <CApplication.h>
struct CEditorApp : CApplication
{
void IEditorApp(void);
void SetUpFileParameters(void);
void SetUpMenus(void);
void CreateDocument(void);
void OpenDocument(SFReply *macSFReply);
void DoCommand(long theCommand);
};